home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 11 / CDACTUAL11.iso / islasoft / pro000.dxr / animacion mundo_22.ls < prev    next >
Encoding:
Text File  |  1997-03-07  |  210 b   |  16 lines

  1. on exitFrame
  2.   if rollOver(18) then
  3.     go("ani3")
  4.   else
  5.     go(1)
  6.   end if
  7. end
  8.  
  9. on mouseDown
  10.   global camino, quepeli
  11.   cursor(-1)
  12.   sound playFile 1, camino
  13.   set quepeli to "pro0002.dir"
  14.   go("cambio")
  15. end
  16.